projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f545264
)
Spelling fix.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 31 Jan 2012 01:15:56 +0000
(17:15 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 31 Jan 2012 01:15:56 +0000
(17:15 -0800)
doc/lispref/numbers.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/numbers.texi
b/doc/lispref/numbers.texi
index bec9f295227662b2208043f74ff661c7ec30a266..82336aa537fd23a310d296f88230ae26f5368c91 100644
(file)
--- a/
doc/lispref/numbers.texi
+++ b/
doc/lispref/numbers.texi
@@
-284,7
+284,7
@@
floating point), and returns @code{t} if so, @code{nil} otherwise.
@defun natnump object
@cindex natural numbers
-This predicate (whose name comes from the phrase ``natual number'')
+This predicate (whose name comes from the phrase ``natu
r
al number'')
tests to see whether its argument is a nonnegative integer, and
returns @code{t} if so, @code{nil} otherwise. 0 is considered
non-negative.